#!/bin/sh

echo "Stopping the Advanced User Interface Screen...."

kill -9 `ps wax --cols 400 | grep "ibm/sa/apps/SAUI" | grep -v grep | awk '{print $1}'` >/dev/null 2>&1
kill -9 `ps wax  --cols 400| grep "ibm.sa.apps.SAUI" | grep -v grep | awk '{print $1}'` >/dev/null 2>&1

echo "Advanced User Interface Stopped."
sleep 2
echo " "
